type runtime.notInHeap
22 uses
runtime (current package)
malloc.go#L799: newArray := (*notInHeap)(persistentalloc(size, goarch.PtrSize, &memstats.gcMiscSys))
malloc.go#L1876: base *notInHeap
malloc.go#L1892: var persistentChunks *notInHeap
malloc.go#L1908: var p *notInHeap
malloc.go#L1919: func persistentalloc1(size, align uintptr, sysStat *sysMemStat) *notInHeap {
malloc.go#L1939: return (*notInHeap)(sysAlloc(size, sysStat))
malloc.go#L1952: persistent.base = (*notInHeap)(sysAlloc(persistentChunkSize, &memstats.other_sys))
malloc.go#L2052: type notInHeap struct{ _ sys.NotInHeap }
malloc.go#L2054: func (p *notInHeap) add(bytes uintptr) *notInHeap {
malloc.go#L2055: return (*notInHeap)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + bytes))
mbitmap.go#L591: sl = notInHeapSlice{(*notInHeap)(unsafe.Pointer(spanBase + spanSize - bitmapSize)), elems, elems}
mpagealloc_64bit.go#L85: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mpagealloc_64bit.go#L252: sl := notInHeapSlice{(*notInHeap)(r), int(n), int(n)}
mranges.go#L258: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, sysStat))
mranges.go#L385: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, a.sysStat))
mranges.go#L455: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, b.sysStat))
slice.go#L23: array *notInHeap
traceregion.go#L43: func (a *traceRegionAlloc) alloc(n uintptr) *notInHeap {
traceregion.go#L57: return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
traceregion.go#L71: return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
traceregion.go#L88: x := (*notInHeap)(unsafe.Pointer(&block.data[0]))